home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / utilities / printer / post-1.6src.lzh / LICENCE next >
Text File  |  1991-04-19  |  3KB  |  86 lines

  1. Postscript interpreter - LICENCE
  2. ================================
  3.  
  4. Post V1.6 Copyright Adrian Aylward 1989, 1991
  5.  
  6. This distribution was released as the archive files "post16b.lzh" (binaries)
  7. and "post16s.lzh" (sources), 19-Apr-91
  8.  
  9. Source files released in this distribution:
  10.  
  11. LICENCE           This file
  12.  
  13. User interface sources:
  14.  
  15. post.c            User interface, C main program
  16. postband.c        Band printing driver, C main program
  17. postlj.c          LaserJet printing driver, C main program
  18. postasm.a         User interface, assembler support
  19. postlib.doc       Library interface documentation file
  20. postlib.h         Library interface header
  21. makefile          Make file
  22.  
  23. Interpreter library sources:
  24.  
  25. postlib.a         Library interface assembler code
  26. postprog.doc      Programmer documentation file
  27. post.h            Interpreter header
  28. postdata.c        Interpreter data
  29. postinit.c        Interpreter initialisation
  30. postint.c         Interpreter main loop
  31. postop1.c         Interpreter operators (1)
  32. postop2.c         Interpreter operators (2)
  33. postop3.c         Interpreter operators (3)
  34. postop4.c         Interpreter operators (4)
  35. postshade.c       Interpreter shades and halftones
  36. postgraph.c       Interpreter graphics routines
  37. postdraw.c        Interpreter drawing routines
  38. postchar.c        Interpreter character show routines
  39. postfont.c        Interpreter type 1 font routines
  40.  
  41. The binaries were built using Lattice (now SAS) C version 5.05.  More recent
  42. versions will probably work, but earlier versions of the compiler had bugs
  43. that may cause problems.
  44.  
  45. License terms
  46. =============
  47.  
  48. You may freely copy, distribute, and modify these sources.  You may compile,
  49. and run them on any AmigaDOS based computer, and freely distribute the
  50. resulting binaries.
  51.  
  52. You may not sell either the interpreter library sources or binaries for
  53. profit, other than a disk copying and handling charge.  You may however
  54. include the library within the distribution of a commercial program that
  55. uses it.
  56.  
  57. If you wish to incorporate any part of the interpreter library sources
  58. within a commercial program, or to port the interpreter to another operating
  59. system, you should contact the author to discuss licensing terms.
  60.  
  61. If you modify the sources the following restrictions apply:
  62.  
  63.   1) You may not remove the author's copyright notices.
  64.  
  65.   2) If you change any file you must add a header notice to it outlining
  66.      the changes.
  67.  
  68.   3) If you release modified versions of the binaries you must change the
  69.      version number to one distinct from the format (V#.# - where "#" is
  70.      any digit) used by the author.  If you change the library you must
  71.      change its version or revision number and ID string.
  72.  
  73. For queries and bug reports write to the author:
  74.  
  75.         Adrian Aylward,
  76.         20 Maidstone Road,
  77.         SWINDON,
  78.         Wiltshire.
  79.         UK.
  80.  
  81. No responsibilities accepted for bugs, but please let me know so I can fix
  82. them.  There is no charge for distributing post.library with commercial
  83. programs, but if you should come up with an interesting application for it
  84. then do feel free to send me a copy.
  85.  
  86.